home *** CD-ROM | disk | FTP | other *** search
/ Speccy ClassiX 1998 / Speccy ClassiX 98.iso / amiga_system / the_aminet / dev / gcc / ixemulsrc.lha / ixemul-41.4 / gnulib / lshlsi3.c < prev    next >
C/C++ Source or Header  |  1994-08-19  |  93b  |  9 lines

  1. #include "common.h"
  2.  
  3. SItype
  4. __lshlsi3 (a, b)
  5.      unsigned SItype a, b;
  6. {
  7.   return a << b;
  8. }
  9.